home *** CD-ROM | disk | FTP | other *** search
/ KeyGen Studio 2002 / KeyGen_Studio_2002.iso / Utilities / Zip Crackerz / Fast Zip Cracker.exe / FZC.CFG < prev    next >
Encoding:
Text File  |  1999-03-26  |  3.9 KB  |  95 lines

  1. #
  2. # Sample cfg file for FZC 1.06 BETA-A 990326
  3. #
  4.  
  5.  
  6. #----------------------------------------------------------------------------
  7. # Possible values for CrackSet: 1, 2, ?                     DEFAULT: ?
  8. # Using ? causes FZC to determine the best CrackSet for your
  9. # system each time it is run.  Change it if you already know
  10. # the best CS for your particular setup and want to avoid
  11. # the initial 3s delay.
  12. #----------------------------------------------------------------------------
  13.  
  14. CrackSet = ?
  15.  
  16.  
  17. #----------------------------------------------------------------------------
  18. # Possible values for AutoSave: 0..999                      DEFAULT: 50
  19. # Instructs FZC to trigger a save each AutoSave minutes when
  20. # in brute force mode.  If FZC is running under idle
  21. # priority, it may take more than the specified time to
  22. # actually do the autosave.
  23. # Setting it to 0 disables this feature.
  24. #----------------------------------------------------------------------------
  25.  
  26. AutoSave = 50
  27.  
  28.  
  29. #----------------------------------------------------------------------------
  30. # Possible values for Verbose: Y, N                         DEFAULT: Y
  31. # Verbose mode logs every session -successful or not-
  32. # to FZC.LOG (or the file specified by -nl)
  33. #----------------------------------------------------------------------------
  34.  
  35. Verbose = Y
  36.  
  37.  
  38. #----------------------------------------------------------------------------
  39. # Possible values for TestWordlists: Y, N                   DEFAULT: Y
  40. # Most wordlists are distributed in compressed form (eg by
  41. # GZIP, look at names ending in .gz or .z).  FZC does not
  42. # know how to handle compressed wordlists -- you must unpack
  43. # them before use.
  44. # TestWordlists=Y makes FZC check the supplied wordlist
  45. # before trying to use it.  Actually, only the first KB is
  46. # checked and only for invalid control characters (should
  47. # work for most languages).
  48. #----------------------------------------------------------------------------
  49.  
  50. TestWordlists = Y
  51.  
  52.  
  53. #----------------------------------------------------------------------------
  54. # Possible values for ShowCurrentTryWhenAutosave: Y, N      DEFAULT: Y
  55. #----------------------------------------------------------------------------
  56.  
  57. ShowCurrentTryWhenAutosave = Y
  58.  
  59.  
  60. #----------------------------------------------------------------------------
  61. # Possible values for MinBitsToBeep: 0..99                  DEFAULT: 40
  62. # FZC will make a "beep" when a possible password is found
  63. # and it is pretty sure that it's the right one.
  64. # Here you tell FZC when to feel pretty sure.
  65. # Less than 9 means always beep.  More than 76 never beep.
  66. # A PII/400 can give a false password every 140 hours using
  67. # 40 bits, 280 using 41, 560 using 42, etc.  BUT if the ZIP
  68. # contains a single encrypted file, and it is stored (not
  69. # deflated), FZC will not be able to give more than 40 bits
  70. # of security, so setting MinBitsToBeep to 41 or more will
  71. # never result in a beep, even when the password is found.
  72. # Better leave this setting alone unless you want to switch
  73. # off beeps.
  74. #----------------------------------------------------------------------------
  75.  
  76. MinBitsToBeep = 40
  77.  
  78.  
  79. #----------------------------------------------------------------------------
  80. # Possible values for MinBitsToExit: 0..99                  DEFAULT: 48
  81. # Like MinBitsToBeep, but tells FZC when to be absolutely
  82. # sure.  If it's absolutely sure, it'll exit after
  83. # showing/logging the password and saving the resume file.
  84. # Note that it can be "absolutely sure" but not "pretty
  85. # sure" :-) as you can set MinBitsToBeep high just to avoid
  86. # the noise.
  87. # A single stored (not deflated) file will not be enough to
  88. # pass the default (48 bits) check.  That's the only
  89. # exception, as two stored or a single deflated file amount
  90. # to 48 or more bits.
  91. # Again, better leave this setting alone.
  92. #----------------------------------------------------------------------------
  93.  
  94. MinBitsToExit = 48
  95.